ReactOS 0.4.15-dev-7958-gcd0bb1a
config.c File Reference
#include "wine/library.h"
Include dependency graph for config.c:

Go to the source code of this file.

Functions

const charwine_get_data_dir (void)
 
const charwine_get_build_dir (void)
 

Function Documentation

◆ wine_get_build_dir()

const char * wine_get_build_dir ( void  )

Definition at line 30 of file config.c.

31{
32 return NULL;
33}
#define NULL
Definition: types.h:112

Referenced by get_mono_path().

◆ wine_get_data_dir()

const char * wine_get_data_dir ( void  )

Definition at line 24 of file config.c.

25{
26 return NULL;
27}

Referenced by get_mono_path().