diff options
Diffstat (limited to 'dep/g3dlite/include/G3D/RegistryUtil.h')
-rw-r--r-- | dep/g3dlite/include/G3D/RegistryUtil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/g3dlite/include/G3D/RegistryUtil.h b/dep/g3dlite/include/G3D/RegistryUtil.h index 4b47be5f4bd..bd728562f10 100644 --- a/dep/g3dlite/include/G3D/RegistryUtil.h +++ b/dep/g3dlite/include/G3D/RegistryUtil.h @@ -15,7 +15,7 @@ #include "G3D/g3dmath.h" // This file is only used on Windows -#ifdef G3D_WIN32 +#ifdef G3D_WINDOWS #include <string> @@ -92,6 +92,6 @@ public: } // namespace G3D -#endif // G3D_WIN32 +#endif // G3D_WINDOWS #endif // G3D_REGISTRYTUIL_H |