diff options
author | rpj <rpj> | 2009-03-16 12:14:23 +0000 |
---|---|---|
committer | rpj <rpj> | 2009-03-16 12:14:23 +0000 |
commit | 866c278580edc88765929fdbc5235d15bab44d3d (patch) | |
tree | 4bca38e2a7dbc0060e389bd9832fad1000016209 | |
parent | e5a49355e0848ecf0c81147ce1ffb941349b7f62 (diff) |
Remove extra #endif introduced with last patch
-rw-r--r-- | ptw32_InterlockedCompareExchange.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ptw32_InterlockedCompareExchange.c b/ptw32_InterlockedCompareExchange.c index fa4bea7..898591d 100644 --- a/ptw32_InterlockedCompareExchange.c +++ b/ptw32_InterlockedCompareExchange.c @@ -141,7 +141,6 @@ ptw32_InterlockedCompareExchange (PTW32_INTERLOCKED_LPLONG location, */ #error Unsupported platform or compiler! -#endif #endif @@ -277,7 +276,6 @@ L1: MOV eax,dword ptr [ecx] */ #error Unsupported platform or compiler! -#endif #endif |