windows.cpp | windows.cpp | |||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of * | * but WITHOUT ANY WARRANTY; without even the implied warranty of * | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files * | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files * | |||
* LICENSE.TXT and LICENSE-BSD.TXT for more details. * | * LICENSE.TXT and LICENSE-BSD.TXT for more details. * | |||
* * | * * | |||
*************************************************************************/ | *************************************************************************/ | |||
#if defined(WIN32) || defined(__CYGWIN__)// this prevents warnings when dep endencies built | #if defined(WIN32) || defined(__CYGWIN__)// this prevents warnings when dep endencies built | |||
#include <windows.h> | #include <windows.h> | |||
#endif | #endif | |||
#include <ode/odeconfig.h> | #include <ode/odeconfig.h> | |||
#include "config.h" | ||||
#include <GL/gl.h> | #include <GL/gl.h> | |||
#include "config.h" | ||||
#include "resource.h" | #include "resource.h" | |||
#include "internal.h" | #include "internal.h" | |||
//************************************************************************* ** | //************************************************************************* ** | |||
// application globals | // application globals | |||
static HINSTANCE ghInstance = 0; | static HINSTANCE ghInstance = 0; | |||
static int gnCmdShow = 0; | static int gnCmdShow = 0; | |||
static HACCEL accelerators = 0; | static HACCEL accelerators = 0; | |||
static HWND main_window = 0; | static HWND main_window = 0; | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |