ReactOS 0.4.15-dev-7958-gcd0bb1a
main.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "setupapi.h"
#include "wine/debug.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (updspapi)
 
DWORD WINAPI UpdSpSetDynamicStringA (HINF hinf, LPSTR str1, LPSTR str2)
 

Function Documentation

◆ UpdSpSetDynamicStringA()

DWORD WINAPI UpdSpSetDynamicStringA ( HINF  hinf,
LPSTR  str1,
LPSTR  str2 
)

Definition at line 31 of file main.c.

32{
33 FIXME("%p %s %s\n", hinf, debugstr_a(str1), debugstr_a(str2));
34 return 1;
35}
#define FIXME(fmt,...)
Definition: debug.h:111
#define debugstr_a
Definition: kernel32.h:31

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( updspapi  )