repo.or.cz
/
parrot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git]
/
config
/
gen
/
platform
/
win32
/
begin.c
blob
b6f9407f63c4ad73b12c6dcdae04a4ff6d99b6c4
1
/*
2
* $Id$
3
* Copyright (C) 2004-2006, Parrot Foundation.
4
*/
5
6
#include <windows.h>
7
8
/*
9
* Local variables:
10
* c-file-style: "parrot"
11
* End:
12
* vim: expandtab shiftwidth=4:
13
*/