mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-03-07 22:59:47 +00:00
16 lines
432 B
C
16 lines
432 B
C
#ifndef __WINTC_SHELL_H__
|
|
#define __WINTC_SHELL_H__
|
|
|
|
#include "@LIB_HEADER_DIR@/browser.h"
|
|
#include "@LIB_HEADER_DIR@/cpl.h"
|
|
#include "@LIB_HEADER_DIR@/error.h"
|
|
#include "@LIB_HEADER_DIR@/icnvwbeh.h"
|
|
#include "@LIB_HEADER_DIR@/nmspace.h"
|
|
#include "@LIB_HEADER_DIR@/trevwbeh.h"
|
|
#include "@LIB_HEADER_DIR@/vwcpl.h"
|
|
#include "@LIB_HEADER_DIR@/vwdesk.h"
|
|
#include "@LIB_HEADER_DIR@/vwdrives.h"
|
|
#include "@LIB_HEADER_DIR@/vwfs.h"
|
|
|
|
#endif
|