mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 21:21:01 -05:00
12 lines
197 B
C
12 lines
197 B
C
|
#ifndef _CWNDTRACK_H
|
||
|
#define _CWNDTRACK_H
|
||
|
|
||
|
#define TOP 1
|
||
|
#define LEFT 2
|
||
|
#define RIGHT 4
|
||
|
#define BOTTOM 8
|
||
|
#define NOINTERSECT 16
|
||
|
#define KEEPSIZE 32
|
||
|
|
||
|
#endif
|