diff options
author | Brad Davis <[email protected]> | 2014-09-04 14:32:18 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2014-09-04 14:32:18 -0700 |
commit | 32dc394487af8e4fb1b43fb852f1d5448eaf7f31 (patch) | |
tree | be53f49e96e8e2bba1dada04197cf508b60b4eaf /LibOVR/Src/Kernel/OVR_SharedMemory.cpp | |
parent | 85d370840fa4d49a63331a203460fe763288d417 (diff) |
Updating to windows 0.4.2
Diffstat (limited to 'LibOVR/Src/Kernel/OVR_SharedMemory.cpp')
-rw-r--r-- | LibOVR/Src/Kernel/OVR_SharedMemory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LibOVR/Src/Kernel/OVR_SharedMemory.cpp b/LibOVR/Src/Kernel/OVR_SharedMemory.cpp index b314e58..edb7931 100644 --- a/LibOVR/Src/Kernel/OVR_SharedMemory.cpp +++ b/LibOVR/Src/Kernel/OVR_SharedMemory.cpp @@ -30,8 +30,6 @@ limitations under the License. #include "OVR_String.h" #include "OVR_Array.h" -#undef new - #if defined(OVR_OS_WIN32) && !defined(OVR_FAKE_SHAREDMEMORY) #include <Sddl.h> // ConvertStringSecurityDescriptorToSecurityDescriptor #endif // OVR_OS_WIN32 |