log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
RemoteEditor
>
vim7
comparison src/xpm_w32.h @ 0:
76efa0be13f1
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Initial revision
author
atsuki
date
Sat, 10 Nov 2007 15:07:22 +0900
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:76efa0be13f1
1
/*
2
* Header file for xpm_w32.c
3
*/
4
5
#ifndef XPM_W32__H
6
int LoadXpmImage __ARGS((char *filename, HBITMAP *hImage, HBITMAP *hShape));
7
#endif