mirror of
https://github.com/repnz/apc-research
synced 2026-06-08 17:06:23 +00:00
12 lines
157 B
C
12 lines
157 B
C
#include "SimpleUserApcWaitTester.h"
|
|
|
|
|
|
int main(int argc, const char** argv)
|
|
{
|
|
UserApcToAlertableWaitingThread();
|
|
|
|
UserApcToAlertableWaitingThread();
|
|
|
|
}
|
|
|