Patch by Jonathon Wilson:
[reactos.git] / reactos / lib / winedbgc / winedbgc.dll.dbg.c
1 /* File generated automatically; do not edit! */
2 /* This file can be copied, modified and distributed without restriction. */
3
4 char __wine_dbch_winedbgc[] = "\003winedbgc";
5
6 static char * const debug_channels[4] =
7 {
8 __wine_dbch_winedbgc
9 };
10
11 #ifdef __GNUC__
12 static void __wine_dbg_winedbgc32_init(void) __attribute__((constructor));
13 static void __wine_dbg_winedbgc32_fini(void) __attribute__((destructor));
14 #else
15 static void __asm__dummy_dll_init(void) {
16 asm("\t.section\t\".init\" ,\"ax\"\n"
17 "\tcall ___wine_dbg_winedbgc32_init\n"
18 "\t.section\t\".fini\" ,\"ax\"\n"
19 "\tcall ___wine_dbg_winedbgc32_fini\n"
20 "\t.section\t\".text\"\n");
21 }
22 #endif /* defined(__GNUC__) */
23
24 #ifdef __GNUC__
25 static
26 #endif
27 void __wine_dbg_winedbgc32_init(void)
28 {
29 // extern void *__wine_dbg_register( char * const *, int );
30 // debug_registration = __wine_dbg_register( debug_channels, 4 );
31 }
32
33 #ifdef __GNUC__
34 static
35 #endif
36 void __wine_dbg_winedbgc32_fini(void)
37 {
38 // extern void __wine_dbg_unregister( void* );
39 // __wine_dbg_unregister( debug_registration );
40 }