#ifndef __mydefs_h__ #define __mydefs_h__ #ifdef WIN32 //This whole file is windows specific right now #include static HWND g_hWnd = NULL; #endif #endif