#include <precomp.h>
#include "../resource.h"
Go to the source code of this file.
Defines |
| #define | IMAGE_WIDTH 16 |
| #define | IMAGE_HEIGHT 13 |
Enumerations |
| enum | IMAGE {
IMG_NONE = -1,
IMG_FILE = 0,
IMG_DOCUMENT,
IMG_EXECUTABLE,
IMG_FOLDER,
IMG_OPEN_FOLDER,
IMG_FOLDER_PLUS,
IMG_OPEN_PLUS,
IMG_OPEN_MINUS,
IMG_FOLDER_UP,
IMG_FOLDER_CUR
} |
Functions |
| static void | format_date (const FILETIME *ft, TCHAR *buffer, int visible_cols) |
Variables |
| static const TCHAR * | g_pos_names [COLUMNS] |
| static const int | g_pos_align [] |