projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added QueryRawValue() to wxRegKey and test code for it in the sample
[wxWidgets.git]
/
src
/
os2
/
gsocket.c
diff --git
a/src/os2/gsocket.c
b/src/os2/gsocket.c
index 44ff3ad5ff84be2beab7b638d5a318c725d61274..8ba4efe94a37ca7e31e2dd789f499fccfb1c4cf5 100644
(file)
--- a/
src/os2/gsocket.c
+++ b/
src/os2/gsocket.c
@@
-80,19
+80,10
@@
int _System soclose(int);
/* Global initialisers */
-#if !defined(__VISAGECPP__)
-
int GSocket_Init()
{
return 1;
}
-#else
-bool GSocket_Init()
-{
- return 1;
-}
-
-#endif
void GSocket_Cleanup()
{