Changeset 555 for abuse/trunk/src/nfclient.cpp
- Timestamp:
- Apr 29, 2011, 9:18:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/nfclient.cpp
r524 r555 5 5 * 6 6 * This software was released into the Public Domain. As with most public 7 * domain software, no warranty is made or implied by Crack dot Com or8 * Jonathan Clark .7 * domain software, no warranty is made or implied by Crack dot Com, by 8 * Jonathan Clark, or by Sam Hocevar. 9 9 */ 10 10 11 #include "config.h" 11 #if defined HAVE_CONFIG_H 12 # include "config.h" 13 #endif 12 14 13 15 #if (defined(__MACH__) || !defined(__APPLE__)) … … 29 31 30 32 #include "gserver.h" 33 34 #if !defined __CELLOS_LV2__ 31 35 32 36 void remove_client(int client_number) { ; } … … 243 247 } 244 248 249 #endif 250
Note: See TracChangeset
for help on using the changeset viewer.