git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@15
7f0cb862-5218-0410-a997-
914c9d46530a
typedef struct tagSFG_Time SFG_Time;
struct tagSFG_Time
{
+#ifdef WIN32
+ DWORD Value;
+#else
struct timeval Value;
+#endif
GLboolean Set;
};
*/
#if TARGET_HOST_WIN32
LRESULT CALLBACK fgWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
-gboolean fgSetupPixelFormat( SFG_Window* window, gboolean checkOnly );
+GLboolean fgSetupPixelFormat( SFG_Window* window, GLboolean checkOnly );
#endif
/*