Take care of one BSOD in NtGdiDdCreateDirectDrawObject, it is not correct fix, it...
[reactos.git] / rosapps / mc / src / panelize.h
1 #ifndef __PANELIZE_H
2 #define __PANELIZE_H
3
4 void add2panelize_cmd (void);
5 void external_panelize (void);
6 void load_panelize (void);
7 void save_panelize (void);
8 void done_panelize (void);
9
10 #endif