Sack Library Documentation
|
#define PRELOAD(name) PRIORITY_PRELOAD(name,DEFAULT_PRELOAD_PRIORITY)
This is the most basic way to define some code to run initialization before main.
PRELOAD( MyInitCode )
{
// some code here
}
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|