Pyrogenesis  trunk
Classes | Macros | Functions
wdll_delay_load.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WdllLoadNotify
 

Macros

#define WDLL_ADD_NOTIFY(dll_name, func)
 

Functions

void wdll_add_notify (WdllLoadNotify *)
 

Macro Definition Documentation

◆ WDLL_ADD_NOTIFY

#define WDLL_ADD_NOTIFY (   dll_name,
  func 
)
Value:
static WdllLoadNotify UID__ = { dll_name, func };\
wdll_add_notify(&UID__);\
)
Definition: wdll_delay_load.h:31
#define UID__
Definition: code_annotation.h:191
#define STMT(STMT_code__)
package code into a single statement.
Definition: code_generation.h:41

Function Documentation

◆ wdll_add_notify()

void wdll_add_notify ( WdllLoadNotify )