+ntoskrnl/ke/queue.c
[reactos.git] / 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 static void *debug_registration;
12
13 #ifdef __GNUC__
14 static void __wine_dbg_winedbgc32_init(void) __attribute__((constructor));
15 static void __wine_dbg_winedbgc32_fini(void) __attribute__((destructor));
16 #else
17 static void __asm__dummy_dll_init(void) {
18 asm("\t.section\t\".init\" ,\"ax\"\n"
19     "\tcall ___wine_dbg_winedbgc32_init\n"
20     "\t.section\t\".fini\" ,\"ax\"\n"
21     "\tcall ___wine_dbg_winedbgc32_fini\n"
22     "\t.section\t\".text\"\n");
23 }
24 #endif /* defined(__GNUC__) */
25
26 #ifdef __GNUC__
27 static
28 #endif
29 void __wine_dbg_winedbgc32_init(void)
30 {
31 //    extern void *__wine_dbg_register( char * const *, int );
32 //    debug_registration = __wine_dbg_register( debug_channels, 4 );
33 }
34
35 #ifdef __GNUC__
36 static
37 #endif
38 void __wine_dbg_winedbgc32_fini(void)
39 {
40 //    extern void __wine_dbg_unregister( void* );
41 //    __wine_dbg_unregister( debug_registration );
42 }