sdk: 1)update

2)freetype sample

git-svn-id: svn://kolibrios.org@5024 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2014-08-09 10:42:56 +00:00
parent c0acbd793f
commit d370c3c94f
7 changed files with 492 additions and 472 deletions

View File

@@ -146,7 +146,6 @@ uint32_t get_mouse_wheels(void)
__asm__ __volatile__(
"int $0x40 \n\t"
"rol $16, %%eax"
:"=a"(val)
:"a"(37),"b"(7));
return val;