blob: 30f4d2c0bce6b292d57f7f1587423439b4fc9a32 [file] [log] [blame]
/*
* WINDEBUG.DLL
*
* Copyright (c) 1997 Andreas Mohr
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "windows.h"
#include "module.h"
/***********************************************************************
* WinNotify (WINDEBUG.1)
* written without _any_ docu
*/
DWORD WinNotify() {
fprintf(stderr, "WinNotify(): stub !\n");
return NULL;
}